net/http.CrossOriginProtection.trustedMu (field)

5 uses

	net/http (current package)
		csrf.go#L38: 	trustedMu sync.RWMutex
		csrf.go#L71: 	c.trustedMu.Lock()
		csrf.go#L72: 	defer c.trustedMu.Unlock()
		csrf.go#L189: 	c.trustedMu.RLock()
		csrf.go#L190: 	defer c.trustedMu.RUnlock()